PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setTextIndent Method
The additional distance, measured in default user space units in the inline-progression direction, from the start edge of the block, as specified by setStartIndent, to that of the first line of text.
In This Topic
    setTextIndent Method
    In This Topic
    Sets the text indent.
    A negative value shall indicate a hanging indent.
    Syntax
    public void setTextIndent( 
       double value
    )

    Parameters

    value
    The additional distance, measured in default user space units in the inline-progression direction, from the start edge of the block, as specified by setStartIndent, to that of the first line of text.
    See Also